armhf-linker-path
authorCarlos Laviola <claviola@debian.org>
Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)
committerPaul Gevers <elbrus@debian.org>
Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)
This patch fixes path to the dynamic linker for armhf architecture.

Gbp-Pq: Name armhf-linker-path.diff

fpcsrc/compiler/systems/t_linux.pas

index cef9a06f7f21471f0666203a424ef08f7d52adf2..cc67afa8073c6445f7e1129a0ddcedf6fb07c913 100644 (file)
@@ -186,7 +186,7 @@ begin
 
 {$ifdef arm}
 {$ifdef FPC_ARMHF}
-     defdynlinker:='/lib/arm-linux-gnueabihf/ld-linux.so.3';
+     defdynlinker:='/lib/ld-linux-armhf.so.3';
 {$else FPC_ARMHF}
 {$ifdef FPC_ARMEL}
      defdynlinker:='/lib/ld-linux.so.3';